home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / Windowing.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  383 b   |  16 lines  |  [TEXT/KAHL]

  1. /* Windowing.h */
  2.  
  3. #ifndef __WIN__
  4. #define __WIN__
  5.  
  6. /*----------*/
  7. void    WindowingSeg    (void);
  8. void    DoContent        (WindowPtr        whichWindow);
  9. void    DoDrag            (WindowPtr        whichWindow);
  10. /*void    DoGrow            (WindowPtr        whichWindow);*/
  11. void    DoGoAway        (WindowPtr        whichWindow,
  12.                          EventRecord    gTheEvent);
  13. /*void    DoZoom            (WindowPtr        whichWindow,*/
  14. /*                         short            inOrOut);*/
  15.  
  16. #endif    /*    __WIN__    */